home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pofo / utility / pfcalc / pc.doc < prev   
Encoding:
Text File  |  1991-08-21  |  3.5 KB  |  82 lines

  1.         Programmer's Calculator        05/11/90
  2.  
  3. INTRODUCTION
  4. Programmer's calculator (PC) is a utility for Atari Portfolio.  PC 
  5. calculates 32-bit integers in signed or unsigned mode.  PC converts 
  6. integers between binary, decimal, hex, and octal bases.  To start PC on 
  7. the Portfolio, type "pc.com" or just "pc". To quit PC, type 'q' or 'Q'.
  8.  
  9. DISPLAY
  10. PC's numerical display is the first row below the the program's title. 
  11. PC displays up to thirty-two binary digits, eleven octal digits, ten 
  12. decimal digits, or eight hex digits   between the square brackets.
  13.  
  14. DIGIT KEY SYMBOLS
  15. The left-hand side of the screen shows up the sixteen digit key symbols, 
  16. labeled 0-9, A-F.  PC illuminates only those digits used in the current base.  
  17. As the user strikes the corresponding key on the Portfolio keyboard, PC 
  18. flashes the corresponding digit key symbol.
  19.  
  20. OPERATOR KEY SYMBOLS
  21. The right-hand side of the screen shows the twelve operator key symbols, 
  22. labeled +, -, *, /, %, ~, ^, ', |, &, >,and  <.  As the user strikes the 
  23. corresponding key on the Portfolio keyboard, PC flashes the corresponding 
  24. operator key symbol. The Operator keys behave as follows:
  25.  
  26. These  binary operators relate the value on the display  and  the 
  27. value placed in PC's internal accumulator by the previous operator or '='.
  28. + adds the accumulator and the display value.
  29. - subtracts the display value from the accumulator.
  30. * multiplies the display by the accumulator.
  31. / divides the accumulator by the display.
  32. % remainders the accumulator by the display.
  33. | logically or's the accumulator with the display.
  34. & and's the accumulator the with display.
  35. ^ exclusive or's the accumulator with the display.
  36. > shifts the accumulator right display places.
  37. < shifts the accumulator left display places.
  38.  
  39. The '='  key or Enter key completes an operation.
  40.  
  41. There are two unary operators:
  42. ~ takes the 1's complement of display.
  43. ' takes the 2's complement of display.
  44.  
  45. EDITING THE DISPLAY VALUE
  46. The backspace key deletes last digit entered. The Del key clears the display. 
  47. Hitting Del again clears the accumulator also.
  48.  
  49. HELP SCREEN
  50. F1  displays help information.  Remember, F1 on the Portfolio  is 
  51. the "Fn" key and the "1" key typed simultaneously. Help scrolls
  52. a quick reference on the key symbol meanings by typing the up or 
  53. down arrows as well as PgUp or PgDn. Remember, page up is the "Fn"
  54. key and the "PgUp" key typed simultaneously. To quit  Help, 
  55. type ESC or Enter. 
  56.  
  57. CHANGING BASES
  58. The F2 key pops up a dialog box which allows the user to change  bases. 
  59. In the dialog box the user may move between entries using the up arrow 
  60. and down arrow keys.  The Enter key accepts the base on which the cursor 
  61. is shown. The user alternately may type  the first letter of the base to 
  62. immediately select that entry. The bottom right-hand corner of the screen 
  63. always indicates the current base as HEXadecimal, OCTal, BINary, or
  64. DECimal.
  65.  
  66. TOGGLING BETWEEN SIGNED AND UNSIGNED OPERATION
  67. The 'S' key toggles between signed and unsigned operation.
  68. At the bottom right-hand corner of the screen the messages SIGNED and 
  69. UNSIGNED indicate signed and unsigned modes respectively.
  70.  
  71. NUMERIC LOCK
  72. Although PC cannot automatically put the Portfolio into Numeric Lock,
  73. the user can set the keyboard in numeric lock mode by simultaneously 
  74. pressing "Lock" and the "Atari" key. This allows the keyboard legends in
  75. red to take force, simplifying keystrokes.
  76.  
  77. CAVEAT
  78. PC only runs on the Atari Portfolio.  Due to some Atari-specific functions,
  79. PC will lock up a standard personal computer.
  80.  
  81. Robert Heath,  CIS 71600,437
  82.